Get All Users
AutomatR.Jira.Activities.GetAllUsers
The "Get All Users" activity in AutomatR's Jira package utilizes the Jira API to retrieve details about all users associated with a Jira organization. This activity is designed to provide a list of users, enabling effective user management within automation workflows.
Properties
Name | Description |
---|---|
Misc | |
Display Name | The display name of the activity. This field supports only strings or String variables. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Get All Users" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
Output | |
Result | Outputs a list of objects, each representing details about a user in the Jira organization. Variables of relevant types (e.g., List of Users variables) to store user information. |
How to use:
- Drag and drop the "Get All Users" activity onto the workflow.
- Optionally, configure the delay.
- Execute the workflow to retrieve information about all users associated with the Jira organization.
Example: Consider an example where the "Get All Users" activity is used to retrieve a list of all users within the Jira organization:
Get All Users:
Result: allUsersData
In this example, the activity fetches information about all users associated with the Jira organization. The result, which includes details about each user, is stored in the List of Users
variable "allUsersData" for further handling in the workflow.